SftTree/OCX 7.0

SftTreeColumn.MakeVisible Method

Softel vdm, Inc.

Horizontally scrolls the column into view so it is displayed in the tree control's client area.

Syntax       

VB.NET

object.MakeVisible()

VB

object.MakeVisible

C#.NET

void object.MakeVisible();

VC++

HRESULT object->MakeVisible();

C

HRESULT object->raw_MakeVisible();

Delphi

procedure object.MakeVisible();

object

A SftTreeColumn object.

Comments

The MakeVisible method horizontally scrolls the column into view so it is displayed in the tree control's client area.

The user normally scrolls the tree control items horizontally using the scroll bar, but if an application wants to insure that a column is visible, this method can be used.

To make a particular cell visible, the Cell.MakeVisible method can be used.

See Also  SftTreeColumn Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com